Uses of Interface
org.immutables.value.processor.encode.Type.Factory
Packages that use Type.Factory
-
Uses of Type.Factory in org.immutables.value.processor.encode
Classes in org.immutables.value.processor.encode that implement Type.FactoryFields in org.immutables.value.processor.encode declared as Type.FactoryModifier and TypeFieldDescriptionprivate final Type.FactoryType.Parser.factoryfinal Type.FactoryTypeExtractor.factoryprivate Type.FactoryImmutableEncodingInfo.Builder.typeFactoryprivate final Type.FactoryImmutableEncodingInfo.typeFactoryprivate final Type.FactoryInflater.typeFactoryprivate final Type.FactoryInstantiator.typeFactoryprivate final Type.FactoryEncodings.Encoding.typesMethods in org.immutables.value.processor.encode that return Type.FactoryModifier and TypeMethodDescription(package private) abstract Type.FactoryEncodingInfo.typeFactory()(package private) Type.FactoryImmutableEncodingInfo.typeFactory()Methods in org.immutables.value.processor.encode with parameters of type Type.FactoryModifier and TypeMethodDescription(package private) static EncodedElement.TypeParamEncodedElement.TypeParam.from(String input, Type.Factory typeFactory, Type.Parameters typeParameters) final EncodingInfo.BuilderImmutableEncodingInfo.Builder.typeFactory(Type.Factory typeFactory) Initializes the value for thetypeFactoryattribute.final 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.FactoryModifierConstructorDescriptionprivateImmutableEncodingInfo(String name, com.google.common.collect.ImmutableSet<String> imports, Type.Parameters typeParameters, Type.Factory typeFactory, com.google.common.collect.ImmutableList<EncodedElement> element) Inflater(Type.Factory typeFactory) (package private)Instantiator(Type.Factory typeFactory, Set<EncodingInfo> encodings) Parser(Type.Factory factory, Type.Parameters parameters) TypeExtractor(Type.Factory factory, 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.FactoryModifier and TypeFieldDescriptionprivate final Type.FactoryCriteriaModel.factory(package private) final Type.FactoryProto.TypeFactoryAndInflater.factoryMethods in org.immutables.value.processor.meta that return Type.Factory