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