Class CriteriaModel.MatcherDefinition
- java.lang.Object
-
- org.immutables.value.processor.meta.CriteriaModel.MatcherDefinition
-
- Enclosing class:
- CriteriaModel
public static class CriteriaModel.MatcherDefinition extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private ValueAttributeattributeprivate CriteriaModel.MatcherDefdefprivate Type.ParameterizedmatcherType
-
Constructor Summary
Constructors Modifier Constructor Description privateMatcherDefinition(ValueAttribute attribute, Type.Parameterized matcherType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringcreator()Type.ParameterizedmatcherType()
-
-
-
Field Detail
-
attribute
private final ValueAttribute attribute
-
matcherType
private final Type.Parameterized matcherType
-
def
private final CriteriaModel.MatcherDef def
-
-
Constructor Detail
-
MatcherDefinition
private MatcherDefinition(ValueAttribute attribute, Type.Parameterized matcherType)
-
-
Method Detail
-
matcherType
public Type.Parameterized matcherType()
-
creator
public java.lang.String creator()
-
-