public class ClassFieldMap extends Object
Field
objects by the field names.Constructor and Description |
---|
ClassFieldMap(Class<?> clazz,
org.slf4j.Logger log)
Standard constructor
|
Modifier and Type | Method and Description |
---|---|
Field |
findField(String name)
Find a Field using the field name.
|
Class<?> |
getCachedClass()
Returns the class object whose fields are cached by this map.
|
public ClassFieldMap(Class<?> clazz, org.slf4j.Logger log)
clazz
- The class for which this ClassMap gets constructed.log
- loggerpublic Class<?> getCachedClass()
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.