All Methods Instance Methods Abstract Methods Deprecated Methods
| Modifier and Type |
Method and Description |
A |
addAllToAnnotations(java.util.Collection<AnnotationRef> items) |
A |
addAllToConstructors(java.util.Collection<Method> items) |
A |
addAllToExtendsList(java.util.Collection<ClassRef> items) |
A |
addAllToImplementsList(java.util.Collection<ClassRef> items) |
A |
addAllToInnerTypes(java.util.Collection<TypeDef> items) |
A |
addAllToMethods(java.util.Collection<Method> items) |
A |
addAllToParameters(java.util.Collection<TypeParamDef> items) |
A |
addAllToProperties(java.util.Collection<Property> items) |
TypeDefFluent.AnnotationsNested<A> |
addNewAnnotation() |
TypeDefFluent.AnnotationsNested<A> |
addNewAnnotationLike(AnnotationRef item) |
TypeDefFluent.ConstructorsNested<A> |
addNewConstructor() |
TypeDefFluent.ConstructorsNested<A> |
addNewConstructorLike(Method item) |
TypeDefFluent.ExtendsListNested<A> |
addNewExtendsList() |
TypeDefFluent.ExtendsListNested<A> |
addNewExtendsListLike(ClassRef item) |
TypeDefFluent.ImplementsListNested<A> |
addNewImplementsList() |
TypeDefFluent.ImplementsListNested<A> |
addNewImplementsListLike(ClassRef item) |
TypeDefFluent.InnerTypesNested<A> |
addNewInnerType() |
TypeDefFluent.InnerTypesNested<A> |
addNewInnerTypeLike(TypeDef item) |
TypeDefFluent.MethodsNested<A> |
addNewMethod() |
TypeDefFluent.MethodsNested<A> |
addNewMethodLike(Method item) |
TypeDefFluent.ParametersNested<A> |
addNewParameter() |
TypeDefFluent.ParametersNested<A> |
addNewParameterLike(TypeParamDef item) |
TypeDefFluent.PropertiesNested<A> |
addNewProperty() |
TypeDefFluent.PropertiesNested<A> |
addNewPropertyLike(Property item) |
A |
addToAnnotations(AnnotationRef... items) |
A |
addToAnnotations(int index,
AnnotationRef item) |
A |
addToConstructors(int index,
Method item) |
A |
addToConstructors(Method... items) |
A |
addToExtendsList(ClassRef... items) |
A |
addToExtendsList(int index,
ClassRef item) |
A |
addToImplementsList(ClassRef... items) |
A |
addToImplementsList(int index,
ClassRef item) |
A |
addToInnerTypes(int index,
TypeDef item) |
A |
addToInnerTypes(TypeDef... items) |
A |
addToMethods(int index,
Method item) |
A |
addToMethods(Method... items) |
A |
addToParameters(int index,
TypeParamDef item) |
A |
addToParameters(TypeParamDef... items) |
A |
addToProperties(int index,
Property item) |
A |
addToProperties(Property... items) |
AnnotationRef |
buildAnnotation(int index) |
java.util.List<AnnotationRef> |
buildAnnotations() |
Method |
buildConstructor(int index) |
java.util.List<Method> |
buildConstructors() |
java.util.List<ClassRef> |
buildExtendsList() |
ClassRef |
buildExtendsList(int index) |
AnnotationRef |
buildFirstAnnotation() |
Method |
buildFirstConstructor() |
ClassRef |
buildFirstExtendsList() |
ClassRef |
buildFirstImplementsList() |
TypeDef |
buildFirstInnerType() |
Method |
buildFirstMethod() |
TypeParamDef |
buildFirstParameter() |
Property |
buildFirstProperty() |
java.util.List<ClassRef> |
buildImplementsList() |
ClassRef |
buildImplementsList(int index) |
TypeDef |
buildInnerType(int index) |
java.util.List<TypeDef> |
buildInnerTypes() |
AnnotationRef |
buildLastAnnotation() |
Method |
buildLastConstructor() |
ClassRef |
buildLastExtendsList() |
ClassRef |
buildLastImplementsList() |
TypeDef |
buildLastInnerType() |
Method |
buildLastMethod() |
TypeParamDef |
buildLastParameter() |
Property |
buildLastProperty() |
AnnotationRef |
buildMatchingAnnotation(Predicate<Builder<? extends AnnotationRef>> predicate) |
Method |
buildMatchingConstructor(Predicate<Builder<? extends Method>> predicate) |
ClassRef |
buildMatchingExtendsList(Predicate<Builder<? extends ClassRef>> predicate) |
ClassRef |
buildMatchingImplementsList(Predicate<Builder<? extends ClassRef>> predicate) |
TypeDef |
buildMatchingInnerType(Predicate<Builder<? extends TypeDef>> predicate) |
Method |
buildMatchingMethod(Predicate<Builder<? extends Method>> predicate) |
TypeParamDef |
buildMatchingParameter(Predicate<Builder<? extends TypeParamDef>> predicate) |
Property |
buildMatchingProperty(Predicate<Builder<? extends Property>> predicate) |
Method |
buildMethod(int index) |
java.util.List<Method> |
buildMethods() |
TypeDef |
buildOuterType() |
TypeParamDef |
buildParameter(int index) |
java.util.List<TypeParamDef> |
buildParameters() |
java.util.List<Property> |
buildProperties() |
Property |
buildProperty(int index) |
TypeDefFluent.OuterTypeNested<A> |
editOrNewOuterType() |
TypeDefFluent.OuterTypeNested<A> |
editOrNewOuterTypeLike(TypeDef item) |
TypeDefFluent.OuterTypeNested<A> |
editOuterType() |
java.util.List<AnnotationRef> |
getAnnotations()
Deprecated.
|
java.util.List<Method> |
getConstructors()
Deprecated.
|
java.util.List<ClassRef> |
getExtendsList()
Deprecated.
|
java.util.List<ClassRef> |
getImplementsList()
Deprecated.
|
java.util.List<TypeDef> |
getInnerTypes()
Deprecated.
|
Kind |
getKind() |
java.util.List<Method> |
getMethods()
Deprecated.
|
java.lang.String |
getName() |
TypeDef |
getOuterType()
Deprecated.
|
java.lang.String |
getPackageName() |
java.util.List<TypeParamDef> |
getParameters()
Deprecated.
|
java.util.List<Property> |
getProperties()
Deprecated.
|
java.lang.Boolean |
hasAnnotations() |
java.lang.Boolean |
hasConstructors() |
java.lang.Boolean |
hasExtendsList() |
java.lang.Boolean |
hasImplementsList() |
java.lang.Boolean |
hasInnerTypes() |
java.lang.Boolean |
hasKind() |
java.lang.Boolean |
hasMethods() |
java.lang.Boolean |
hasName() |
java.lang.Boolean |
hasOuterType() |
java.lang.Boolean |
hasPackageName() |
java.lang.Boolean |
hasParameters() |
java.lang.Boolean |
hasProperties() |
A |
removeAllFromAnnotations(java.util.Collection<AnnotationRef> items) |
A |
removeAllFromConstructors(java.util.Collection<Method> items) |
A |
removeAllFromExtendsList(java.util.Collection<ClassRef> items) |
A |
removeAllFromImplementsList(java.util.Collection<ClassRef> items) |
A |
removeAllFromInnerTypes(java.util.Collection<TypeDef> items) |
A |
removeAllFromMethods(java.util.Collection<Method> items) |
A |
removeAllFromParameters(java.util.Collection<TypeParamDef> items) |
A |
removeAllFromProperties(java.util.Collection<Property> items) |
A |
removeFromAnnotations(AnnotationRef... items) |
A |
removeFromConstructors(Method... items) |
A |
removeFromExtendsList(ClassRef... items) |
A |
removeFromImplementsList(ClassRef... items) |
A |
removeFromInnerTypes(TypeDef... items) |
A |
removeFromMethods(Method... items) |
A |
removeFromParameters(TypeParamDef... items) |
A |
removeFromProperties(Property... items) |
A |
setToAnnotations(int index,
AnnotationRef item) |
A |
setToConstructors(int index,
Method item) |
A |
setToExtendsList(int index,
ClassRef item) |
A |
setToImplementsList(int index,
ClassRef item) |
A |
setToInnerTypes(int index,
TypeDef item) |
A |
setToMethods(int index,
Method item) |
A |
setToParameters(int index,
TypeParamDef item) |
A |
setToProperties(int index,
Property item) |
A |
withAnnotations(AnnotationRef... annotations) |
A |
withAnnotations(java.util.List<AnnotationRef> annotations) |
A |
withConstructors(java.util.List<Method> constructors) |
A |
withConstructors(Method... constructors) |
A |
withExtendsList(ClassRef... extendsList) |
A |
withExtendsList(java.util.List<ClassRef> extendsList) |
A |
withImplementsList(ClassRef... implementsList) |
A |
withImplementsList(java.util.List<ClassRef> implementsList) |
A |
withInnerTypes(java.util.List<TypeDef> innerTypes) |
A |
withInnerTypes(TypeDef... innerTypes) |
A |
withKind(Kind kind) |
A |
withMethods(java.util.List<Method> methods) |
A |
withMethods(Method... methods) |
A |
withName(java.lang.String name) |
TypeDefFluent.OuterTypeNested<A> |
withNewOuterType() |
TypeDefFluent.OuterTypeNested<A> |
withNewOuterTypeLike(TypeDef item) |
A |
withOuterType(TypeDef outerType) |
A |
withPackageName(java.lang.String packageName) |
A |
withParameters(java.util.List<TypeParamDef> parameters) |
A |
withParameters(TypeParamDef... parameters) |
A |
withProperties(java.util.List<Property> properties) |
A |
withProperties(Property... properties) |