Uses of Class
org.apache.cxf.jaxrs.ext.search.Beanspector.TypeInfo
-
Packages that use Beanspector.TypeInfo Package Description org.apache.cxf.jaxrs.ext.search org.apache.cxf.jaxrs.ext.search.fiql -
-
Uses of Beanspector.TypeInfo in org.apache.cxf.jaxrs.ext.search
Methods in org.apache.cxf.jaxrs.ext.search that return Beanspector.TypeInfo Modifier and Type Method Description Beanspector.TypeInfoBeanspector. getAccessorTypeInfo(String getterOrSetterName)protected Beanspector.TypeInfoAbstractSearchConditionParser. getTypeInfo(String setter, String value)Methods in org.apache.cxf.jaxrs.ext.search with parameters of type Beanspector.TypeInfo Modifier and Type Method Description protected ObjectAbstractSearchConditionParser. parseType(String originalPropName, Object ownerBean, Object lastCastedValue, String setter, Beanspector.TypeInfo typeInfo, String value) -
Uses of Beanspector.TypeInfo in org.apache.cxf.jaxrs.ext.search.fiql
Methods in org.apache.cxf.jaxrs.ext.search.fiql that return Beanspector.TypeInfo Modifier and Type Method Description Beanspector.TypeInfoFiqlParser.TypeInfoObject. getTypeInfo()
-