All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.prettyprint.hom.cache.ColumnParserValidator Maven / Gradle / Ivy

package me.prettyprint.hom.cache;

import java.beans.PropertyDescriptor;
import java.lang.annotation.Annotation;
import java.lang.reflect.Field;

import me.prettyprint.hom.CFMappingDef;
import me.prettyprint.hom.ClassCacheMgr;

public interface ColumnParserValidator {

   void parse(Field field, Annotation anno, PropertyDescriptor pd, CFMappingDef cfMapDef);

//   void validateAndSetDefaults(ClassCacheMgr cacheMgr, CFMappingDef cfMapDef);
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy