Uses of Class
org.immutables.value.processor.meta.ValueAttribute.OrderKind
-
Packages that use ValueAttribute.OrderKind Package Description org.immutables.value.processor.meta -
-
Uses of ValueAttribute.OrderKind in org.immutables.value.processor.meta
Fields in org.immutables.value.processor.meta declared as ValueAttribute.OrderKind Modifier and Type Field Description private ValueAttribute.OrderKindValueAttribute. orderKindMethods in org.immutables.value.processor.meta that return ValueAttribute.OrderKind Modifier and Type Method Description static ValueAttribute.OrderKindValueAttribute.OrderKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ValueAttribute.OrderKind[]ValueAttribute.OrderKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.immutables.value.processor.meta with parameters of type ValueAttribute.OrderKind Modifier and Type Method Description private voidValueAttribute. configureOrdering(ValueAttribute.OrderKind orderKind, java.lang.String annotationName)
-