Uses of Class
org.immutables.value.processor.encode.EncodingInfo.Builder
Packages that use EncodingInfo.Builder
-
Uses of EncodingInfo.Builder in org.immutables.value.processor.encode
Methods in org.immutables.value.processor.encode that return EncodingInfo.BuilderModifier and TypeMethodDescriptionfinal EncodingInfo.BuilderImmutableEncodingInfo.Builder.addAllElement(Iterable<? extends EncodedElement> elements) Adds elements toelementlist.final EncodingInfo.BuilderImmutableEncodingInfo.Builder.addAllImports(Iterable<String> elements) Adds elements toimportsset.final EncodingInfo.BuilderImmutableEncodingInfo.Builder.addElement(EncodedElement element) Adds one element toelementlist.final EncodingInfo.BuilderImmutableEncodingInfo.Builder.addElement(EncodedElement... elements) Adds elements toelementlist.final EncodingInfo.BuilderImmutableEncodingInfo.Builder.addImports(String element) Adds one element toimportsset.final EncodingInfo.BuilderImmutableEncodingInfo.Builder.addImports(String... elements) Adds elements toimportsset.final EncodingInfo.BuilderInitializes the value for thenameattribute.final EncodingInfo.BuilderImmutableEncodingInfo.Builder.typeFactory(Type.Factory typeFactory) Initializes the value for thetypeFactoryattribute.final EncodingInfo.BuilderImmutableEncodingInfo.Builder.typeParameters(Type.Parameters typeParameters) Initializes the value for thetypeParametersattribute.