Uses of Interface
org.openprovenance.prov.template.json.Descriptor
-
Packages that use Descriptor Package Description org.openprovenance.prov.template.expander org.openprovenance.prov.template.json org.openprovenance.prov.template.json.deserializer -
-
Uses of Descriptor in org.openprovenance.prov.template.expander
Methods in org.openprovenance.prov.template.expander with parameters of type Descriptor Modifier and Type Method Description static Object[]BindingsJson. convertBeanToValue(Descriptor v, Map<String,String> context, Namespace ns, ProvFactory pf) -
Uses of Descriptor in org.openprovenance.prov.template.json
Subinterfaces of Descriptor in org.openprovenance.prov.template.json Modifier and Type Interface Description interfaceSingleDescriptorClasses in org.openprovenance.prov.template.json that implement Descriptor Modifier and Type Class Description classQDescriptorclassSingleDescriptorsclassVDescriptorFields in org.openprovenance.prov.template.json with type parameters of type Descriptor Modifier and Type Field Description List<Descriptor>Descriptors. values -
Uses of Descriptor in org.openprovenance.prov.template.json.deserializer
Methods in org.openprovenance.prov.template.json.deserializer that return Descriptor Modifier and Type Method Description DescriptorDescriptorDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
-