Uses of Class
org.immutables.value.processor.encode.EncodingInfo
-
Packages that use EncodingInfo Package Description org.immutables.value.processor.encode org.immutables.value.processor.meta -
-
Uses of EncodingInfo in org.immutables.value.processor.encode
Subclasses of EncodingInfo in org.immutables.value.processor.encode Modifier and Type Class Description (package private) classImmutableEncodingInfoImmutable implementation ofEncodingInfo.Fields in org.immutables.value.processor.encode declared as EncodingInfo Modifier and Type Field Description (package private) EncodingInfoRenderers. Enc(package private) EncodingInfoInstantiation. encoding(package private) EncodingInfoInstantiator.TemplateAnchor. encodingMethods in org.immutables.value.processor.encode that return EncodingInfo Modifier and Type Method Description EncodingInfoInflater. apply(Mirrors.EncMetadata input)EncodingInfoImmutableEncodingInfo.Builder. build()Builds a newEncodingInfo.static EncodingInfoImmutableEncodingInfo. copyOf(EncodingInfo instance)Creates an immutable copy of aEncodingInfovalue.Methods in org.immutables.value.processor.encode with parameters of type EncodingInfo Modifier and Type Method Description static EncodingInfoImmutableEncodingInfo. copyOf(EncodingInfo instance)Creates an immutable copy of aEncodingInfovalue.Method parameters in org.immutables.value.processor.encode with type arguments of type EncodingInfo Modifier and Type Method Description InstantiatorInflater. instantiatorFor(java.util.Set<EncodingInfo> encodinds)Constructors in org.immutables.value.processor.encode with parameters of type EncodingInfo Constructor Description Instantiation(EncodingInfo encoding, EncodedElement expose, Type exposedType, Styles.UsingName.AttributeNames names, Type.VariableResolver resolver, ValueType containingType, boolean shimFields)TemplateAnchor(EncodingInfo encoding, EncodedElement exposedElement)Constructor parameters in org.immutables.value.processor.encode with type arguments of type EncodingInfo Constructor Description Instantiator(Type.Factory typeFactory, java.util.Set<EncodingInfo> encodings) -
Uses of EncodingInfo in org.immutables.value.processor.meta
Fields in org.immutables.value.processor.meta with type parameters of type EncodingInfo Modifier and Type Field Description private java.util.Set<EncodingInfo>ImmutableProto.MetaAnnotated. encodingsprivate java.util.Set<EncodingInfo>ImmutableProto.MetaAnnotated.InitShim. encodingsprivate java.util.Map<java.util.Set<EncodingInfo>,Instantiator>Proto.Environment. instantiatorsMethods in org.immutables.value.processor.meta that return types with arguments of type EncodingInfo Modifier and Type Method Description java.util.Set<EncodingInfo>ImmutableProto.MetaAnnotated. encodings()(package private) java.util.Set<EncodingInfo>ImmutableProto.MetaAnnotated.InitShim. encodings()java.util.Set<EncodingInfo>Proto.MetaAnnotated. encodings()Method parameters in org.immutables.value.processor.meta with type arguments of type EncodingInfo Modifier and Type Method Description protected voidProto.AbstractDeclaring. collectEncodings(java.util.Collection<EncodingInfo> encodings)protected voidProto.DeclaringPackage. collectEncodings(java.util.Collection<EncodingInfo> encodings)protected voidProto.DeclaringType. collectEncodings(java.util.Collection<EncodingInfo> encodings)(package private) InstantiatorProto.Environment. instantiatorFor(java.util.Set<EncodingInfo> encodings)
-