Uses of Class
org.immutables.value.processor.encode.EncodedElement.TypeParam.Builder
-
Packages that use EncodedElement.TypeParam.Builder Package Description org.immutables.value.processor.encode -
-
Uses of EncodedElement.TypeParam.Builder in org.immutables.value.processor.encode
Methods in org.immutables.value.processor.encode that return EncodedElement.TypeParam.Builder Modifier and Type Method Description EncodedElement.TypeParam.BuilderImmutableEncodedElement.TypeParam.Builder. addAllBounds(java.lang.Iterable<? extends Type.Defined> elements)Adds elements toboundslist.EncodedElement.TypeParam.BuilderImmutableEncodedElement.TypeParam.Builder. addBounds(Type.Defined element)Adds one element toboundslist.EncodedElement.TypeParam.BuilderImmutableEncodedElement.TypeParam.Builder. addBounds(Type.Defined... elements)Adds elements toboundslist.EncodedElement.TypeParam.BuilderImmutableEncodedElement.TypeParam.Builder. name(java.lang.String name)Initializes the value for thenameattribute.
-