![JAR search and dependency download from the Maven repository](/logo.png)
com.dooapp.gaedo.finders.FieldProjector Maven / Gradle / Ivy
package com.dooapp.gaedo.finders;
import com.dooapp.gaedo.properties.Property;
/**
* A field projector has the ability to be seen as a FieldInformer
* @author ndx
*
*/
public interface FieldProjector {
/**
* Transform this object into a field informer
* @param field field containing an object of this type
* @return a projected informer
*/
Informer asField(Property field);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy