Uses of Interface
org.aksw.jenax.reprogen.core.MethodDescriptor
Packages that use MethodDescriptor
Package
Description
-
Uses of MethodDescriptor in org.aksw.jenax.reprogen.core
Classes in org.aksw.jenax.reprogen.core that implement MethodDescriptorModifier and TypeClassDescriptionclassclassclassclassMethods in org.aksw.jenax.reprogen.core that return MethodDescriptorModifier and TypeMethodDescriptionstatic MethodDescriptorMapperProxyUtils.classifyMethod(Method m) static MethodDescriptorMethodDescriptor.collectionGetter(Method method, Class<?> collectionType, Class<?> itemType) static MethodDescriptorMethodDescriptor.collectionSetter(Method method, boolean fluentCapable, Class<?> collectionType, Class<?> itemType) static MethodDescriptorMethodDescriptor.dynamicCollectionGetter(Method method, Class<?> collectionType, Class<?> boundedItemType) static MethodDescriptorstatic MethodDescriptorstatic MethodDescriptorMethodDescriptor.mapSetter(Method method, boolean fluentCapable, Class<?> keyType, Class<?> valueType) static MethodDescriptorMethodDescriptor.simpleGetter(Method method, Class<?> type) static MethodDescriptorMethodDescriptor.simpleSetter(Method method, boolean fluentCapable, Class<?> type) static MethodDescriptorMapperProxyUtils.tryClassifyAsCollectionGetter(Method m) static MethodDescriptorMapperProxyUtils.tryClassifyAsCollectionSetter(Method m) static MethodDescriptorMapperProxyUtils.tryClassifyAsDynamicCollectionGetter(Method m) static MethodDescriptorMapperProxyUtils.tryClassifyAsMapGetter(Method m) static MethodDescriptorMapperProxyUtils.tryClassifyAsScalarGetter(Method m) If the method qualifies as a getter, returns a factory function that for a given property yields another function that accesses this property for astatic MethodDescriptorMapperProxyUtils.tryClassifyAsScalarSetter(Method m) Methods in org.aksw.jenax.reprogen.core with parameters of type MethodDescriptorModifier and TypeMethodDescriptionstatic BiFunction<org.apache.jena.rdf.model.Property,Boolean, Function<org.apache.jena.rdf.model.Resource, ViewBundle>> MapperProxyUtils.viewAsScalarGetter(MethodDescriptor methodDescriptor, Class<?> effectiveType, boolean isIriType, boolean polymorphicOnly, org.apache.jena.datatypes.TypeMapper typeMapper, TypeDecider typeDecider) static BiFunction<org.apache.jena.rdf.model.Property,Boolean, Function<org.apache.jena.rdf.model.Resource, Object>> MapperProxyUtils.viewAsScalarGetterOldAndUnused(MethodDescriptor methodDescriptor, Class<?> effectiveType, boolean isIriType, org.apache.jena.datatypes.TypeMapper typeMapper, TypeDecider typeDecider) If the method qualifies as a getter, returns a factory function that for a given property yields another function that accesses this property for astatic BiFunction<org.apache.jena.rdf.model.Property,Boolean, BiConsumer<org.apache.jena.rdf.model.Resource, Object>> MapperProxyUtils.viewAsScalarSetter(MethodDescriptor methodDescriptor, Class<?> effectiveType, boolean isIriType, boolean polymorphicOnly, org.apache.jena.datatypes.TypeMapper typeMapper, TypeDecider typeDecider) -
Uses of MethodDescriptor in org.aksw.jenax.reprogen.descriptor.impl
Fields in org.aksw.jenax.reprogen.descriptor.impl declared as MethodDescriptorModifier and TypeFieldDescriptionprotected MethodDescriptorMethodGroupImpl.dynamicGetterprotected MethodDescriptorMethodGroupImpl.getterprotected MethodDescriptorMethodGroupImpl.setterMethods in org.aksw.jenax.reprogen.descriptor.impl that return MethodDescriptorModifier and TypeMethodDescriptionMethodGroupImpl.dynamicGetter()MethodGroupImpl.getter()MethodGroupImpl.setter()Methods in org.aksw.jenax.reprogen.descriptor.impl with parameters of type MethodDescriptor -
Uses of MethodDescriptor in org.aksw.jenax.reprogen.hashid
Methods in org.aksw.jenax.reprogen.hashid that return MethodDescriptorModifier and TypeMethodDescriptionMethodGroup.dynamicGetter()MethodGroup.getter()MethodGroup.setter()