DynamicType.Builder.FieldDefinition.Optional<U> |
DynamicType.Builder.AbstractBase.Adapter.FieldDefinitionAdapter.annotateField(Collection<? extends AnnotationDescription> annotations) |
Annotates the previously defined or matched field with the supplied annotations.
|
DynamicType.Builder.FieldDefinition.Optional<U> |
DynamicType.Builder.AbstractBase.Adapter.FieldMatchAdapter.annotateField(Collection<? extends AnnotationDescription> annotations) |
Annotates the previously defined or matched field with the supplied annotations.
|
DynamicType.Builder.FieldDefinition.Optional<S> |
DynamicType.Builder.FieldDefinition.annotateField(Annotation... annotation) |
Annotates the previously defined or matched field with the supplied annotations.
|
DynamicType.Builder.FieldDefinition.Optional<S> |
DynamicType.Builder.FieldDefinition.annotateField(Collection<? extends AnnotationDescription> annotations) |
Annotates the previously defined or matched field with the supplied annotations.
|
DynamicType.Builder.FieldDefinition.Optional<S> |
DynamicType.Builder.FieldDefinition.annotateField(List<? extends Annotation> annotations) |
Annotates the previously defined or matched field with the supplied annotations.
|
DynamicType.Builder.FieldDefinition.Optional<S> |
DynamicType.Builder.FieldDefinition.annotateField(AnnotationDescription... annotation) |
Annotates the previously defined or matched field with the supplied annotations.
|
DynamicType.Builder.FieldDefinition.Optional<U> |
DynamicType.Builder.FieldDefinition.Optional.AbstractBase.annotateField(Annotation... annotation) |
Annotates the previously defined or matched field with the supplied annotations.
|
DynamicType.Builder.FieldDefinition.Optional<U> |
DynamicType.Builder.FieldDefinition.Optional.AbstractBase.annotateField(List<? extends Annotation> annotations) |
Annotates the previously defined or matched field with the supplied annotations.
|
DynamicType.Builder.FieldDefinition.Optional<U> |
DynamicType.Builder.FieldDefinition.Optional.AbstractBase.annotateField(AnnotationDescription... annotation) |
Annotates the previously defined or matched field with the supplied annotations.
|
DynamicType.Builder.FieldDefinition.Optional<S> |
DynamicType.Builder.FieldDefinition.attribute(FieldAttributeAppender.Factory fieldAttributeAppenderFactory) |
Applies the supplied attribute appender factory onto the previously defined or matched field.
|
protected abstract DynamicType.Builder.FieldDefinition.Optional<U> |
DynamicType.Builder.FieldDefinition.Optional.Valuable.AbstractBase.defaultValue(Object defaultValue) |
Defines the supplied value as a default value of the previously defined or matched field.
|
DynamicType.Builder.FieldDefinition.Optional<S> |
DynamicType.Builder.AbstractBase.defineProperty(String name,
Type type) |
Defines a Java bean property with the specified name.
|
DynamicType.Builder.FieldDefinition.Optional<S> |
DynamicType.Builder.AbstractBase.defineProperty(String name,
Type type,
boolean readOnly) |
Defines a Java bean property with the specified name.
|
DynamicType.Builder.FieldDefinition.Optional<S> |
DynamicType.Builder.AbstractBase.defineProperty(String name,
TypeDefinition type) |
Defines a Java bean property with the specified name.
|
DynamicType.Builder.FieldDefinition.Optional<S> |
DynamicType.Builder.AbstractBase.defineProperty(String name,
TypeDefinition type,
boolean readOnly) |
Defines a Java bean property with the specified name.
|
DynamicType.Builder.FieldDefinition.Optional<T> |
DynamicType.Builder.defineProperty(String name,
Type type) |
Defines a Java bean property with the specified name.
|
DynamicType.Builder.FieldDefinition.Optional<T> |
DynamicType.Builder.defineProperty(String name,
Type type,
boolean readOnly) |
Defines a Java bean property with the specified name.
|
DynamicType.Builder.FieldDefinition.Optional<T> |
DynamicType.Builder.defineProperty(String name,
TypeDefinition type) |
Defines a Java bean property with the specified name.
|
DynamicType.Builder.FieldDefinition.Optional<T> |
DynamicType.Builder.defineProperty(String name,
TypeDefinition type,
boolean readOnly) |
Defines a Java bean property with the specified name.
|
protected DynamicType.Builder.FieldDefinition.Optional<U> |
DynamicType.Builder.AbstractBase.Adapter.FieldDefinitionAdapter.materialize(FieldAttributeAppender.Factory fieldAttributeAppenderFactory,
Transformer<FieldDescription> transformer,
Object defaultValue) |
|
protected DynamicType.Builder.FieldDefinition.Optional<U> |
DynamicType.Builder.AbstractBase.Adapter.FieldMatchAdapter.materialize(FieldAttributeAppender.Factory fieldAttributeAppenderFactory,
Transformer<FieldDescription> transformer,
Object defaultValue) |
|
DynamicType.Builder.FieldDefinition.Optional<S> |
DynamicType.Builder.AbstractBase.serialVersionUid(long serialVersionUid) |
Defines a private, static, final field for a serial version UID of the given value.
|
DynamicType.Builder.FieldDefinition.Optional<T> |
DynamicType.Builder.serialVersionUid(long serialVersionUid) |
Defines a private, static, final field for a serial version UID of the given value.
|
DynamicType.Builder.FieldDefinition.Optional<S> |
DynamicType.Builder.FieldDefinition.transform(Transformer<FieldDescription> transformer) |
Applies the supplied transformer onto the previously defined or matched field.
|
DynamicType.Builder.FieldDefinition.Optional<U> |
DynamicType.Builder.FieldDefinition.Optional.Valuable.AbstractBase.value(boolean value) |
Defines the supplied boolean value as a default value of the previously defined or matched field.
|
DynamicType.Builder.FieldDefinition.Optional<U> |
DynamicType.Builder.FieldDefinition.Optional.Valuable.AbstractBase.value(double value) |
Defines the supplied double value as a default value of the previously defined or matched field.
|
DynamicType.Builder.FieldDefinition.Optional<U> |
DynamicType.Builder.FieldDefinition.Optional.Valuable.AbstractBase.value(float value) |
Defines the supplied float value as a default value of the previously defined or matched field.
|
DynamicType.Builder.FieldDefinition.Optional<U> |
DynamicType.Builder.FieldDefinition.Optional.Valuable.AbstractBase.value(int value) |
Defines the supplied int value as a default value of the previously defined or matched field.
|
DynamicType.Builder.FieldDefinition.Optional<U> |
DynamicType.Builder.FieldDefinition.Optional.Valuable.AbstractBase.value(long value) |
Defines the supplied long value as a default value of the previously defined or matched field.
|
DynamicType.Builder.FieldDefinition.Optional<U> |
DynamicType.Builder.FieldDefinition.Optional.Valuable.AbstractBase.value(String value) |
Defines the supplied String value as a default value of the previously defined or matched field.
|
DynamicType.Builder.FieldDefinition.Optional<U> |
DynamicType.Builder.FieldDefinition.Valuable.value(boolean value) |
Defines the supplied boolean value as a default value of the previously defined or matched field.
|
DynamicType.Builder.FieldDefinition.Optional<U> |
DynamicType.Builder.FieldDefinition.Valuable.value(double value) |
Defines the supplied double value as a default value of the previously defined or matched field.
|
DynamicType.Builder.FieldDefinition.Optional<U> |
DynamicType.Builder.FieldDefinition.Valuable.value(float value) |
Defines the supplied float value as a default value of the previously defined or matched field.
|
DynamicType.Builder.FieldDefinition.Optional<U> |
DynamicType.Builder.FieldDefinition.Valuable.value(int value) |
Defines the supplied int value as a default value of the previously defined or matched field.
|
DynamicType.Builder.FieldDefinition.Optional<U> |
DynamicType.Builder.FieldDefinition.Valuable.value(long value) |
Defines the supplied long value as a default value of the previously defined or matched field.
|
DynamicType.Builder.FieldDefinition.Optional<U> |
DynamicType.Builder.FieldDefinition.Valuable.value(String value) |
Defines the supplied String value as a default value of the previously defined or matched field.
|