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 boolean
idFound
-
Constructor Summary
Constructors Constructor Description FieldCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doWith(java.lang.reflect.Field field)
boolean
isIdFound()
-
-
-
Method Detail
-
doWith
public void doWith(java.lang.reflect.Field field) throws java.lang.IllegalArgumentException, java.lang.IllegalAccessException
- Specified by:
doWith
in interfaceorg.springframework.util.ReflectionUtils.FieldCallback
- Throws:
java.lang.IllegalArgumentException
java.lang.IllegalAccessException
-
isIdFound
public boolean isIdFound()
-
-