public class TypeParamDefBuilder extends TypeParamDefFluentImpl<TypeParamDefBuilder> implements VisitableBuilder<TypeParamDef,TypeParamDefBuilder>
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 |
|---|---|
TypeParamDef |
build() |
addAllToBounds, addNewBound, addNewBoundLike, addToBounds, addToBounds, buildBound, buildBounds, buildFirstBound, buildLastBound, buildMatchingBound, editBound, editFirstBound, editLastBound, editMatchingBound, equals, getBounds, getName, hasBounds, hashCode, hasMatchingBound, hasName, removeAllFromBounds, removeFromBounds, removeMatchingFromBounds, setNewBoundLike, setToBounds, toString, withBounds, withBounds, withNameaddToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributesaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, accept, accept, accept, getTargetaddToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributespublic 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 TypeParamDef build()
build in interface Builder<TypeParamDef>Copyright © 2023. All rights reserved.