U - A loaded type that the built type is guaranteed to be a subclass of.public abstract static class DynamicType.Builder.TypeVariableDefinition.AbstractBase<U> extends DynamicType.Builder.AbstractBase.Delegator<U> implements DynamicType.Builder.TypeVariableDefinition<U>
DynamicType.Builder.AbstractBase.Adapter<U>, DynamicType.Builder.AbstractBase.Delegator<U>DynamicType.Builder.TypeVariableDefinition.AbstractBase<U>DynamicType.Builder.FieldDefinition<S>, DynamicType.Builder.MethodDefinition<S>, DynamicType.Builder.TypeVariableDefinition<S>| Constructor and Description |
|---|
AbstractBase() |
| Modifier and Type | Method and Description |
|---|---|
DynamicType.Builder.TypeVariableDefinition<U> |
annotateTypeVariable(Annotation... annotation)
Annotates the previously defined type variable with the supplied annotations.
|
DynamicType.Builder.TypeVariableDefinition<U> |
annotateTypeVariable(AnnotationDescription... annotation)
Annotates the previously defined type variable with the supplied annotations.
|
DynamicType.Builder.TypeVariableDefinition<U> |
annotateTypeVariable(List<? extends Annotation> annotations)
Annotates the previously defined type variable with the supplied annotations.
|
annotateType, attribute, defineConstructor, defineField, defineMethod, field, ignoreAlso, ignoreAlso, implement, initializer, initializer, invokable, make, materialize, merge, modifiers, name, typeVariable, visitannotateType, annotateType, annotateType, constructor, define, define, define, define, define, defineConstructor, defineConstructor, defineField, defineField, defineField, defineField, defineField, defineMethod, defineMethod, defineMethod, defineMethod, defineMethod, field, implement, implement, implement, invokable, merge, method, modifiers, modifiers, serialVersionUid, typeVariable, typeVariable, typeVariable, typeVariableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitannotateTypeVariableannotateType, annotateType, annotateType, annotateType, attribute, constructor, define, define, define, define, define, defineConstructor, defineConstructor, defineConstructor, defineField, defineField, defineField, defineField, defineField, defineField, defineMethod, defineMethod, defineMethod, defineMethod, defineMethod, defineMethod, field, field, ignoreAlso, ignoreAlso, implement, implement, implement, implement, initializer, initializer, invokable, invokable, make, merge, merge, method, modifiers, modifiers, modifiers, name, serialVersionUid, typeVariable, typeVariable, typeVariable, typeVariable, typeVariable, visitpublic DynamicType.Builder.TypeVariableDefinition<U> annotateTypeVariable(Annotation... annotation)
DynamicType.Builder.TypeVariableDefinitionannotateTypeVariable in interface DynamicType.Builder.TypeVariableDefinition<U>annotation - The annotations to declare on the previously defined type variable.public DynamicType.Builder.TypeVariableDefinition<U> annotateTypeVariable(List<? extends Annotation> annotations)
DynamicType.Builder.TypeVariableDefinitionannotateTypeVariable in interface DynamicType.Builder.TypeVariableDefinition<U>annotations - The annotations to declare on the previously defined type variable.public DynamicType.Builder.TypeVariableDefinition<U> annotateTypeVariable(AnnotationDescription... annotation)
DynamicType.Builder.TypeVariableDefinitionannotateTypeVariable in interface DynamicType.Builder.TypeVariableDefinition<U>annotation - The annotations to declare on the previously defined type variable.Copyright © 2014–2016. All rights reserved.