public class BeanProperty<T> extends TypeBasedProperty<T>
| Modifier | Constructor and Description |
|---|---|
|
BeanProperty(Class<T> beanType,
String path,
T defaultValue) |
|
BeanProperty(Class<T> beanType,
String path,
T defaultValue,
Mapper mapper) |
protected |
BeanProperty(TypeInformation beanType,
String path,
T defaultValue,
Mapper mapper)
Constructor.
|
getFromReader, toExportValuedetermineValue, getDefaultValue, getPath, isValidValue, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisValidInResourceprotected BeanProperty(TypeInformation beanType, String path, T defaultValue, Mapper mapper)
beanType - the bean typepath - the pathdefaultValue - the default valuemapper - the mapper to map withCopyright © 2016–2021 The AuthMe Team. All rights reserved.