Package com.github.maximjev
Class FieldMatch
- java.lang.Object
-
- com.github.maximjev.FieldMatch
-
public final class FieldMatch extends java.lang.Object
-
-
Method Summary
Modifier and Type Method Description FieldMatchexclude(java.lang.String... fields)FieldMatchinclude(java.lang.String... fields)static FieldMatchmatch()
-
-
-
Method Detail
-
match
public static FieldMatch match()
-
include
public FieldMatch include(java.lang.String... fields)
-
exclude
public FieldMatch exclude(java.lang.String... fields)
-
-