Uses of Interface
org.immutables.value.processor.encode.Type.Factory
-
Packages that use Type.Factory Package Description org.immutables.value.processor.encode org.immutables.value.processor.meta -
-
Uses of Type.Factory in org.immutables.value.processor.encode
Classes in org.immutables.value.processor.encode that implement Type.Factory Modifier and Type Class Description static classType.ProducerFields in org.immutables.value.processor.encode declared as Type.Factory Modifier and Type Field Description private Type.FactoryType.Parser. factoryType.FactoryTypeExtractor. factoryprivate Type.FactoryImmutableEncodingInfo.Builder. typeFactoryprivate Type.FactoryImmutableEncodingInfo. typeFactoryprivate Type.FactoryInflater. typeFactoryprivate Type.FactoryInstantiator. typeFactoryprivate Type.FactoryEncodings.Encoding. typesMethods in org.immutables.value.processor.encode that return Type.Factory Modifier and Type Method Description (package private) abstract Type.FactoryEncodingInfo. typeFactory()(package private) Type.FactoryImmutableEncodingInfo. typeFactory()Methods in org.immutables.value.processor.encode with parameters of type Type.Factory Modifier and Type Method Description (package private) static EncodedElement.TypeParamEncodedElement.TypeParam. from(java.lang.String input, Type.Factory typeFactory, Type.Parameters typeParameters)EncodingInfo.BuilderImmutableEncodingInfo.Builder. typeFactory(Type.Factory typeFactory)Initializes the value for thetypeFactoryattribute.ImmutableEncodingInfoImmutableEncodingInfo. withTypeFactory(Type.Factory value)Copy the current immutable object by setting a value for thetypeFactoryattribute.Constructors in org.immutables.value.processor.encode with parameters of type Type.Factory Constructor Description ImmutableEncodingInfo(java.lang.String name, com.google.common.collect.ImmutableSet<java.lang.String> imports, Type.Parameters typeParameters, Type.Factory typeFactory, com.google.common.collect.ImmutableList<EncodedElement> element)Inflater(Type.Factory typeFactory)Instantiator(Type.Factory typeFactory, java.util.Set<EncodingInfo> encodings)Parser(Type.Factory factory, Type.Parameters parameters)TypeExtractor(Type.Factory factory, javax.lang.model.element.Parameterizable context)TypeExtractor(Type.Factory factory, Type.Parameters parameters) -
Uses of Type.Factory in org.immutables.value.processor.meta
Fields in org.immutables.value.processor.meta declared as Type.Factory Modifier and Type Field Description private Type.FactoryCriteriaModel. factory(package private) Type.FactoryProto.TypeFactoryAndInflater. factoryMethods in org.immutables.value.processor.meta that return Type.Factory Modifier and Type Method Description static Type.FactoryProto. typeFactory()
-