Package | Description |
---|---|
org.modelmapper.config |
Configuration types
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.setFieldAccessLevel(Configuration.AccessLevel accessLevel)
Indicates that fields should be eligible for matching at the given
accessLevel . |
Configuration |
Configuration.setMethodAccessLevel(Configuration.AccessLevel accessLevel)
Indicates that methods should be eligible for matching at the given
accessLevel . |
Copyright © 2011–2024. All rights reserved.