public class DefaultPropertyNameMatcherFactory extends Object implements PropertyNameMatcherFactory
| Modifier and Type | Field and Description |
|---|---|
static DefaultPropertyNameMatcherFactory |
CASE_SENSITIVE |
static DefaultPropertyNameMatcherFactory |
CASE_SENSITIVE_EXACT_MATCH |
static DefaultPropertyNameMatcherFactory |
DEFAULT |
static DefaultPropertyNameMatcherFactory |
EXACT_MATCH |
| Modifier and Type | Method and Description |
|---|---|
DefaultPropertyNameMatcherFactory |
caseSensitive(boolean caseSensitive) |
DefaultPropertyNameMatcherFactory |
exactMatch(boolean exactMatch) |
org.simpleflatmapper.reflect.meta.PropertyNameMatcher |
newInstance(FieldKey<?> key) |
public static final DefaultPropertyNameMatcherFactory DEFAULT
public static final DefaultPropertyNameMatcherFactory CASE_SENSITIVE
public static final DefaultPropertyNameMatcherFactory EXACT_MATCH
public static final DefaultPropertyNameMatcherFactory CASE_SENSITIVE_EXACT_MATCH
public org.simpleflatmapper.reflect.meta.PropertyNameMatcher newInstance(FieldKey<?> key)
newInstance in interface PropertyNameMatcherFactorypublic DefaultPropertyNameMatcherFactory exactMatch(boolean exactMatch)
public DefaultPropertyNameMatcherFactory caseSensitive(boolean caseSensitive)
Copyright © 2018. All rights reserved.