Uses of Class
org.modelmapper.config.Configuration.AccessLevel
-
Packages that use Configuration.AccessLevel Package Description org.modelmapper.config Configuration types -
-
Uses of Configuration.AccessLevel in org.modelmapper.config
Methods in org.modelmapper.config that return Configuration.AccessLevel Modifier and Type Method Description Configuration.AccessLevel
Configuration. getFieldAccessLevel()
Returns the field access level.Configuration.AccessLevel
Configuration. getMethodAccessLevel()
Returns the method access level.static Configuration.AccessLevel
Configuration.AccessLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static Configuration.AccessLevel[]
Configuration.AccessLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.modelmapper.config with parameters of type Configuration.AccessLevel Modifier and Type Method Description Configuration
Configuration. setFieldAccessLevel(Configuration.AccessLevel accessLevel)
Indicates that fields should be eligible for matching at the givenaccessLevel
.Configuration
Configuration. setMethodAccessLevel(Configuration.AccessLevel accessLevel)
Indicates that methods should be eligible for matching at the givenaccessLevel
.
-