Uses of Interface
org.apache.unomi.graphql.types.output.CDPPropertyInterface
-
Packages that use CDPPropertyInterface Package Description org.apache.unomi.graphql.schema org.apache.unomi.graphql.types.output org.apache.unomi.graphql.types.output.property -
-
Uses of CDPPropertyInterface in org.apache.unomi.graphql.schema
Methods in org.apache.unomi.graphql.schema that return CDPPropertyInterface Modifier and Type Method Description CDPPropertyInterfaceCDPPropertyInterfaceRegister. getProperty(org.apache.unomi.api.PropertyType type)Method parameters in org.apache.unomi.graphql.schema with type arguments of type CDPPropertyInterface Modifier and Type Method Description voidCDPPropertyInterfaceRegister. register(Class<? extends CDPPropertyInterface> propertyMember) -
Uses of CDPPropertyInterface in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output that return CDPPropertyInterface Modifier and Type Method Description CDPPropertyInterfaceCDPPropertyEdge. getNode(graphql.schema.DataFetchingEnvironment environment) -
Uses of CDPPropertyInterface in org.apache.unomi.graphql.types.output.property
Classes in org.apache.unomi.graphql.types.output.property that implement CDPPropertyInterface Modifier and Type Class Description classCDPBooleanPropertyTypeclassCDPDatePropertyTypeclassCDPFloatPropertyTypeclassCDPGeoPointPropertyTypeclassCDPIdentifierPropertyTypeclassCDPIntPropertyTypeclassCDPJsonPropertyTypeclassCDPLongPropertyTypeclassCDPPropertyTypeclassCDPSetPropertyTypeclassCDPStringPropertyTypeMethods in org.apache.unomi.graphql.types.output.property that return types with arguments of type CDPPropertyInterface Modifier and Type Method Description List<CDPPropertyInterface>CDPSetPropertyType. properties(graphql.schema.DataFetchingEnvironment environment)
-