Class FromSupertypesModel.FromSupertype
- java.lang.Object
-
- org.immutables.value.processor.meta.FromSupertypesModel.FromSupertype
-
- Enclosing class:
- FromSupertypesModel
public static final class FromSupertypesModel.FromSupertype extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description com.google.common.collect.ImmutableList<ValueAttribute>attributesbooleanhasGenericsjava.lang.Stringrawjava.lang.Stringtypejava.lang.Stringwildcard
-
Constructor Summary
Constructors Constructor Description FromSupertype(java.lang.String type, java.lang.Iterable<ValueAttribute> attribute)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
type
public final java.lang.String type
-
wildcard
public final java.lang.String wildcard
-
hasGenerics
public final boolean hasGenerics
-
attributes
public final com.google.common.collect.ImmutableList<ValueAttribute> attributes
-
raw
public final java.lang.String raw
-
-
Constructor Detail
-
FromSupertype
FromSupertype(java.lang.String type, java.lang.Iterable<ValueAttribute> attribute)
-
-