public class Properties extends Object
| Constructor and Description |
|---|
Properties(Type type,
String name,
Setter setter,
Getter getter,
boolean isImutable,
boolean isNullable,
boolean isNamedValueProviderEnabled,
List<Annotation> annotationConfigurations,
NamedValueProvider namedValueProvider) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Annotation> |
annotations() |
Getter |
getGetterConfiguration() |
NamedValueProvider |
getNamedValueProvider() |
Setter |
getSetterConfiguration() |
boolean |
isImutable() |
boolean |
isNamedValueProviderEnabled() |
boolean |
isNullable() |
String |
name() |
Type |
type() |
public Properties(Type type, String name, Setter setter, Getter getter, boolean isImutable, boolean isNullable, boolean isNamedValueProviderEnabled, List<Annotation> annotationConfigurations, NamedValueProvider namedValueProvider)
public Type type()
public Setter getSetterConfiguration()
public Getter getGetterConfiguration()
public Iterable<Annotation> annotations()
public boolean isNamedValueProviderEnabled()
public String name()
public boolean isNullable()
public NamedValueProvider getNamedValueProvider()
public boolean isImutable()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.