Uses of Class
org.kie.efesto.common.api.identifiers.ModelLocalUriId
-
Packages that use ModelLocalUriId Package Description org.kie.efesto.common.api.identifiers org.kie.efesto.common.api.model org.kie.efesto.common.api.serialization org.kie.efesto.common.api.utils -
-
Uses of ModelLocalUriId in org.kie.efesto.common.api.identifiers
Methods in org.kie.efesto.common.api.identifiers that return ModelLocalUriId Modifier and Type Method Description ModelLocalUriIdModelLocalUriId. asModelLocalUriId() -
Uses of ModelLocalUriId in org.kie.efesto.common.api.model
Methods in org.kie.efesto.common.api.model that return ModelLocalUriId Modifier and Type Method Description ModelLocalUriIdGeneratedExecutableResource. getModelLocalUriId()ModelLocalUriIdGeneratedRedirectResource. getModelLocalUriId()Methods in org.kie.efesto.common.api.model that return types with arguments of type ModelLocalUriId Modifier and Type Method Description default Set<ModelLocalUriId>EfestoContext. localUriIdKeySet()Methods in org.kie.efesto.common.api.model with parameters of type ModelLocalUriId Modifier and Type Method Description default voidEfestoContext. addGeneratedClasses(ModelLocalUriId modelLocalUriId, Map<String,byte[]> generatedClasses)Add generated classes with the keyfridefault booleanEfestoContext. containsKey(ModelLocalUriId localUri)Returnstrueif this map contains a mapping for thefridefault Map<String,byte[]>EfestoContext. getGeneratedClasses(ModelLocalUriId modelLocalUriId)Get previously generated classes with the keyfriConstructors in org.kie.efesto.common.api.model with parameters of type ModelLocalUriId Constructor Description GeneratedExecutableResource(ModelLocalUriId modelLocalUriId, List<String> fullClassNames)GeneratedRedirectResource(ModelLocalUriId modelLocalUriId, String target) -
Uses of ModelLocalUriId in org.kie.efesto.common.api.serialization
Methods in org.kie.efesto.common.api.serialization that return ModelLocalUriId Modifier and Type Method Description ModelLocalUriIdModelLocalUriIdDeSerializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)Methods in org.kie.efesto.common.api.serialization with parameters of type ModelLocalUriId Modifier and Type Method Description voidModelLocalUriIdSerializer. serialize(ModelLocalUriId value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)Constructor parameters in org.kie.efesto.common.api.serialization with type arguments of type ModelLocalUriId Constructor Description ModelLocalUriIdDeSerializer(Class<ModelLocalUriId> t)ModelLocalUriIdSerializer(Class<ModelLocalUriId> t) -
Uses of ModelLocalUriId in org.kie.efesto.common.api.utils
Methods in org.kie.efesto.common.api.utils that return ModelLocalUriId Modifier and Type Method Description static ModelLocalUriIdJSONUtils. getModelLocalUriIdObject(String localUriString)Methods in org.kie.efesto.common.api.utils with parameters of type ModelLocalUriId Modifier and Type Method Description static StringJSONUtils. getModelLocalUriIdString(ModelLocalUriId localUriId)
-