public class TypeParamDefBuilder extends TypeParamDefFluentImpl<TypeParamDefBuilder> implements VisitableBuilder<TypeParamDef,TypeParamDefBuilder>
TypeParamDefFluentImpl.BoundsNestedImpl<N>
TypeParamDefFluent.BoundsNested<N>
_visitables
Constructor and Description |
---|
TypeParamDefBuilder() |
TypeParamDefBuilder(Boolean validationEnabled) |
TypeParamDefBuilder(TypeParamDef instance) |
TypeParamDefBuilder(TypeParamDef instance,
Boolean validationEnabled) |
TypeParamDefBuilder(TypeParamDefFluent<?> fluent) |
TypeParamDefBuilder(TypeParamDefFluent<?> fluent,
Boolean validationEnabled) |
TypeParamDefBuilder(TypeParamDefFluent<?> fluent,
TypeParamDef instance) |
TypeParamDefBuilder(TypeParamDefFluent<?> fluent,
TypeParamDef instance,
Boolean validationEnabled) |
Modifier and Type | Method and Description |
---|---|
EditableTypeParamDef |
build() |
boolean |
equals(Object o) |
addAllToBounds, addNewBound, addNewBoundLike, addToBounds, addToBounds, buildBound, buildBounds, buildFirstBound, buildLastBound, buildMatchingBound, editBound, editFirstBound, editLastBound, editMatchingBound, getBounds, getName, hasBounds, hasMatchingBound, hasName, removeAllFromBounds, removeFromBounds, setNewBoundLike, setToBounds, withBounds, withBounds, withName, withNewName, withNewName, withNewName
addToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributes
accept, aggregate, aggregate, build, build, builderOf
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributes
public TypeParamDefBuilder()
public TypeParamDefBuilder(Boolean validationEnabled)
public TypeParamDefBuilder(TypeParamDefFluent<?> fluent)
public TypeParamDefBuilder(TypeParamDefFluent<?> fluent, Boolean validationEnabled)
public TypeParamDefBuilder(TypeParamDefFluent<?> fluent, TypeParamDef instance)
public TypeParamDefBuilder(TypeParamDefFluent<?> fluent, TypeParamDef instance, Boolean validationEnabled)
public TypeParamDefBuilder(TypeParamDef instance)
public TypeParamDefBuilder(TypeParamDef instance, Boolean validationEnabled)
public EditableTypeParamDef build()
build
in interface Builder<TypeParamDef>
public boolean equals(Object o)
equals
in class TypeParamDefFluentImpl<TypeParamDefBuilder>
Copyright © 2019 JBoss by Red Hat. All rights reserved.