DynamicType.Builder.RecordComponentDefinition.Optional<U> |
DynamicType.Builder.AbstractBase.Adapter.RecordComponentDefinitionAdapter.annotateRecordComponent(java.util.Collection<? extends AnnotationDescription> annotations) |
Annotates the record component with the supplied annotations.
|
DynamicType.Builder.RecordComponentDefinition.Optional<U> |
DynamicType.Builder.AbstractBase.Adapter.RecordComponentMatchAdapter.annotateRecordComponent(java.util.Collection<? extends AnnotationDescription> annotations) |
Annotates the record component with the supplied annotations.
|
DynamicType.Builder.RecordComponentDefinition.Optional<S> |
DynamicType.Builder.RecordComponentDefinition.annotateRecordComponent(java.lang.annotation.Annotation... annotation) |
Annotates the record component with the supplied annotations.
|
DynamicType.Builder.RecordComponentDefinition.Optional<S> |
DynamicType.Builder.RecordComponentDefinition.annotateRecordComponent(java.util.Collection<? extends AnnotationDescription> annotations) |
Annotates the record component with the supplied annotations.
|
DynamicType.Builder.RecordComponentDefinition.Optional<S> |
DynamicType.Builder.RecordComponentDefinition.annotateRecordComponent(java.util.List<? extends java.lang.annotation.Annotation> annotations) |
Annotates the record component with the supplied annotations.
|
DynamicType.Builder.RecordComponentDefinition.Optional<S> |
DynamicType.Builder.RecordComponentDefinition.annotateRecordComponent(AnnotationDescription... annotation) |
Annotates the record component with the supplied annotations.
|
DynamicType.Builder.RecordComponentDefinition.Optional<U> |
DynamicType.Builder.RecordComponentDefinition.Optional.AbstractBase.annotateRecordComponent(java.lang.annotation.Annotation... annotation) |
Annotates the record component with the supplied annotations.
|
DynamicType.Builder.RecordComponentDefinition.Optional<U> |
DynamicType.Builder.RecordComponentDefinition.Optional.AbstractBase.annotateRecordComponent(java.util.List<? extends java.lang.annotation.Annotation> annotations) |
Annotates the record component with the supplied annotations.
|
DynamicType.Builder.RecordComponentDefinition.Optional<U> |
DynamicType.Builder.RecordComponentDefinition.Optional.AbstractBase.annotateRecordComponent(AnnotationDescription... annotation) |
Annotates the record component with the supplied annotations.
|
DynamicType.Builder.RecordComponentDefinition.Optional<U> |
DynamicType.Builder.AbstractBase.Adapter.RecordComponentDefinitionAdapter.attribute(RecordComponentAttributeAppender.Factory recordComponentAttributeAppenderFactory) |
Applies the supplied record component attribute appender factory onto the previously defined record component.
|
DynamicType.Builder.RecordComponentDefinition.Optional<U> |
DynamicType.Builder.AbstractBase.Adapter.RecordComponentMatchAdapter.attribute(RecordComponentAttributeAppender.Factory recordComponentAttributeAppenderFactory) |
Applies the supplied record component attribute appender factory onto the previously defined record component.
|
DynamicType.Builder.RecordComponentDefinition.Optional<S> |
DynamicType.Builder.RecordComponentDefinition.attribute(RecordComponentAttributeAppender.Factory recordComponentAttributeAppenderFactory) |
Applies the supplied record component attribute appender factory onto the previously defined record component.
|
DynamicType.Builder.RecordComponentDefinition.Optional<S> |
DynamicType.Builder.AbstractBase.define(RecordComponentDescription recordComponentDescription) |
Defines a new record component.
|
DynamicType.Builder.RecordComponentDefinition.Optional<U> |
DynamicType.Builder.AbstractBase.Delegator.define(RecordComponentDescription recordComponentDescription) |
Defines a new record component.
|
DynamicType.Builder.RecordComponentDefinition.Optional<T> |
DynamicType.Builder.define(RecordComponentDescription recordComponentDescription) |
Defines a new record component.
|
DynamicType.Builder.RecordComponentDefinition.Optional<U> |
DynamicType.Builder.AbstractBase.Adapter.defineRecordComponent(java.lang.String name,
TypeDefinition type) |
Defines a new record component.
|
DynamicType.Builder.RecordComponentDefinition.Optional<S> |
DynamicType.Builder.AbstractBase.defineRecordComponent(java.lang.String name,
java.lang.reflect.Type type) |
Defines a new record component.
|
DynamicType.Builder.RecordComponentDefinition.Optional<U> |
DynamicType.Builder.AbstractBase.Delegator.defineRecordComponent(java.lang.String name,
TypeDefinition type) |
Defines a new record component.
|
DynamicType.Builder.RecordComponentDefinition.Optional<T> |
DynamicType.Builder.defineRecordComponent(java.lang.String name,
java.lang.reflect.Type type) |
Defines a new record component.
|
DynamicType.Builder.RecordComponentDefinition.Optional<T> |
DynamicType.Builder.defineRecordComponent(java.lang.String name,
TypeDefinition type) |
Defines a new record component.
|
DynamicType.Builder.RecordComponentDefinition.Optional<U> |
DynamicType.Builder.AbstractBase.Adapter.RecordComponentDefinitionAdapter.transform(Transformer<RecordComponentDescription> transformer) |
Transforms a record component description before writing.
|
DynamicType.Builder.RecordComponentDefinition.Optional<U> |
DynamicType.Builder.AbstractBase.Adapter.RecordComponentMatchAdapter.transform(Transformer<RecordComponentDescription> transformer) |
Transforms a record component description before writing.
|
DynamicType.Builder.RecordComponentDefinition.Optional<S> |
DynamicType.Builder.RecordComponentDefinition.transform(Transformer<RecordComponentDescription> transformer) |
Transforms a record component description before writing.
|