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