public class IsMethodAccessorFactory extends Object implements AccessorFactory
Constructor and Description |
---|
IsMethodAccessorFactory() |
Modifier and Type | Method and Description |
---|---|
Accessor |
createAccessor(Field field,
Map<Class<?>,Map<String,String>> mappings,
String key)
Creates accessors for accessing data from an object.
|
static String |
createIsName(String fieldName)
Creates one of the names for boolean accessor
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMapping
public Accessor createAccessor(Field field, Map<Class<?>,Map<String,String>> mappings, String key)
AccessorFactory
createAccessor
in interface AccessorFactory
field
- The field we're trying to accesskey
- The uniqueName to use as a key in the cache map.Copyright © 2024. All rights reserved.