Uses of Interface
org.immutables.value.processor.encode.Type.Visitor
-
Packages that use Type.Visitor Package Description org.immutables.value.processor.encode org.immutables.value.processor.meta -
-
Uses of Type.Visitor in org.immutables.value.processor.encode
Classes in org.immutables.value.processor.encode that implement Type.Visitor Modifier and Type Class Description static classType.Printstatic classType.Transformerstatic classType.VariableResolverMethods in org.immutables.value.processor.encode with parameters of type Type.Visitor Modifier and Type Method Description <V> VType. accept(Type.Visitor<V> visitor)<V> VType.Array. accept(Type.Visitor<V> visitor)<V> VType.Parameterized. accept(Type.Visitor<V> visitor)<V> VType.Primitive. accept(Type.Visitor<V> visitor)<V> VType.Reference. accept(Type.Visitor<V> visitor)<V> VType.Variable. accept(Type.Visitor<V> visitor)<V> VType.Wildcard.Extends. accept(Type.Visitor<V> visitor)<V> VType.Wildcard.Super. accept(Type.Visitor<V> visitor) -
Uses of Type.Visitor in org.immutables.value.processor.meta
Classes in org.immutables.value.processor.meta that implement Type.Visitor Modifier and Type Class Description private static classCriteriaModel.CreatorVisitor
-