Class FieldCallback
- java.lang.Object
-
- co.mastermindcms.common.extensions.mongodb.FieldCallback
-
- All Implemented Interfaces:
org.springframework.util.ReflectionUtils.FieldCallback
public class FieldCallback extends java.lang.Object implements org.springframework.util.ReflectionUtils.FieldCallback
-
-
Field Summary
Fields Modifier and Type Field Description private booleanidFound
-
Constructor Summary
Constructors Constructor Description FieldCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoWith(java.lang.reflect.Field field)booleanisIdFound()
-
-
-
Method Detail
-
doWith
public void doWith(java.lang.reflect.Field field) throws java.lang.IllegalArgumentException, java.lang.IllegalAccessException- Specified by:
doWithin interfaceorg.springframework.util.ReflectionUtils.FieldCallback- Throws:
java.lang.IllegalArgumentExceptionjava.lang.IllegalAccessException
-
isIdFound
public boolean isIdFound()
-
-