Uses of Interface
org.immutables.value.processor.encode.Type
Packages that use Type
-
Uses of Type in org.immutables.value.processor.encode
Subinterfaces of Type in org.immutables.value.processor.encodeModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfaceClasses in org.immutables.value.processor.encode that implement TypeModifier and TypeClassDescriptionstatic classstatic classstatic enumstatic classstatic classstatic classstatic classFields in org.immutables.value.processor.encode declared as TypeModifier and TypeFieldDescriptionfinal TypeType.Array.elementprivate final TypeEncodings.Encoding.encodingSelfTypefinal TypeType.Template.templateprivate TypeImmutableEncodedElement.Builder.typeprivate final TypeImmutableEncodedElement.Param.typeprivate final TypeImmutableEncodedElement.type(package private) final TypeInstantiation.typeFields in org.immutables.value.processor.encode with type parameters of type TypeModifier and TypeFieldDescriptionprivate final com.google.common.collect.Multimap<Type, Instantiator.TemplateAnchor> Instantiator.anchorsprivate final com.google.common.collect.ImmutableList.Builder<Type> ImmutableEncodedElement.Builder.thrownprivate final com.google.common.collect.ImmutableList<Type> ImmutableEncodedElement.thrownMethods in org.immutables.value.processor.encode that return TypeModifier and TypeMethodDescriptionType.Transformer.array(Type.Array array) protected Typeprivate TypeType.Transformer.extendsWildcard(Type.Wildcard.Extends wildcard) private TypeTypeExtractor.get(TypeMirror type) private TypeType.Transformer.parameterized(Type.Parameterized parameterized) Type.Transformer.primitive(Type.Primitive primitive) Type.Transformer.reference(Type.Reference reference) Type.Transformer.superWildcard(Type.Wildcard.Super wildcard) (package private) abstract TypeEncodedElement.Param.type()(package private) abstract TypeEncodedElement.type()(package private) TypeImmutableEncodedElement.Param.type()(package private) TypeImmutableEncodedElement.type()Type.Transformer.variable(Type.Variable variable) Type.VariableResolver.variable(Type.Variable variable) TypeExtractor.TypeConverter.visitArray(ArrayType t, Type.Parameters p) TypeExtractor.TypeConverter.visitDeclared(DeclaredType t, Type.Parameters p) TypeExtractor.TypeConverter.visitError(ErrorType t, Type.Parameters p) TypeExtractor.TypeConverter.visitExecutable(ExecutableType t, Type.Parameters p) TypeExtractor.TypeConverter.visitNoType(NoType t, Type.Parameters p) TypeExtractor.TypeConverter.visitNull(NullType t, Type.Parameters p) TypeExtractor.TypeConverter.visitPrimitive(PrimitiveType t, Type.Parameters p) TypeExtractor.TypeConverter.visitTypeVariable(TypeVariable t, Type.Parameters p) TypeExtractor.TypeConverter.visitUnion(UnionType t, Type.Parameters p) TypeExtractor.TypeConverter.visitWildcard(WildcardType t, Type.Parameters p) Methods in org.immutables.value.processor.encode that return types with arguments of type TypeModifier and TypeMethodDescriptionEncodedElement.thrown()(package private) com.google.common.collect.ImmutableList<Type> ImmutableEncodedElement.thrown()Methods in org.immutables.value.processor.encode with parameters of type TypeModifier and TypeMethodDescriptionfinal EncodedElement.BuilderAdds one element tothrownlist.final EncodedElement.BuilderAdds elements tothrownlist.static Type.NonprimitiveType.Primitive.asNonprimitive(Type type) protected Typeprivate Typecom.google.common.base.Optional<Type.VariableResolver> (package private) static EncodedElement.Param(package private) static EncodedElement.Paramstatic EncodedElement.ParamConstruct a new immutableParaminstance.static EncodedElement.ParamConstruct a new immutableParaminstance.final EncodedElement.BuilderInitializes the value for thetypeattribute.final ImmutableEncodedElementImmutableEncodedElement.withThrown(Type... elements) Copy the current immutable object with elements that replace the content ofthrown.Copy the current immutable object by setting a value for thetypeattribute.final ImmutableEncodedElementCopy the current immutable object by setting a value for thetypeattribute.Method parameters in org.immutables.value.processor.encode with type arguments of type TypeModifier and TypeMethodDescriptionfinal EncodedElement.BuilderImmutableEncodedElement.Builder.addAllThrown(Iterable<? extends Type> elements) Adds elements tothrownlist.private voidType.Print.printSeparated(Iterable<? extends Type> types, String separator) final ImmutableEncodedElementImmutableEncodedElement.withThrown(Iterable<? extends Type> elements) Copy the current immutable object with elements that replace the content ofthrown.Constructors in org.immutables.value.processor.encode with parameters of type TypeModifierConstructorDescription(package private)privateImmutableEncodedElement(String name, Type type, Naming naming, com.google.common.collect.ImmutableList<EncodedElement.Param> params, com.google.common.collect.ImmutableList<Code.Term> code, com.google.common.collect.ImmutableList<Type> thrown, com.google.common.collect.ImmutableSet<EncodedElement.Tag> tags, Type.Parameters typeParameters, com.google.common.collect.ImmutableList<EncodedElement.TypeParam> typeParams, com.google.common.collect.ImmutableList<String> doc, com.google.common.collect.ImmutableList<String> annotations, StandardNaming standardNaming) (package private)Instantiation(EncodingInfo encoding, EncodedElement expose, Type exposedType, Styles.UsingName.AttributeNames names, Type.VariableResolver resolver, ValueType containingType, boolean shimFields) privateprivateParam(ImmutableEncodedElement.Param original, String name, Type type, com.google.common.collect.ImmutableList<String> annotations) -
Uses of Type in org.immutables.value.processor.meta
Methods in org.immutables.value.processor.meta that return TypeMethods in org.immutables.value.processor.meta with parameters of type Type