Interface JStubSerialization
public interface JStubSerialization
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic interfacestatic classstatic classstatic class -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic Set<honeyroasted.almonds.ConstraintBranch> branches(honeyroasted.almonds.ConstraintTree tree, JTestCondition.Branch branch) static com.fasterxml.jackson.databind.ObjectMapperstatic honeyroasted.collect.multi.Triple<honeyroasted.jype.type.JGenericDeclaration, honeyroasted.jype.type.JClassReference, honeyroasted.jype.type.JMethodReference> declaring(honeyroasted.jype.system.JTypeSystem system, String declaringStr, String declaringMethodStr) static <T> TgetOrDefault(com.fasterxml.jackson.core.ObjectCodec codec, com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.core.type.TypeReference<T> reference, String key, T fallback) static StringgetOrDefault(com.fasterxml.jackson.databind.JsonNode node, String key, String fallback) static <T extends honeyroasted.jype.type.JType>
TreadType(honeyroasted.jype.system.JTypeSystem system, String ref, honeyroasted.jype.type.JGenericDeclaration containing) static honeyroasted.almonds.SimpleNamesource(honeyroasted.jype.system.JTypeSystem system, honeyroasted.jype.type.JGenericDeclaration containing, String staticSource, JTestExpression.Wrapper source)
-
Method Details
-
buildMapper
static com.fasterxml.jackson.databind.ObjectMapper buildMapper() -
getOrDefault
-
getOrDefault
static <T> T getOrDefault(com.fasterxml.jackson.core.ObjectCodec codec, com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.core.type.TypeReference<T> reference, String key, T fallback) throws IOException - Throws:
IOException
-
branches
static Set<honeyroasted.almonds.ConstraintBranch> branches(honeyroasted.almonds.ConstraintTree tree, JTestCondition.Branch branch) -
source
static honeyroasted.almonds.SimpleName source(honeyroasted.jype.system.JTypeSystem system, honeyroasted.jype.type.JGenericDeclaration containing, String staticSource, JTestExpression.Wrapper source) -
declaring
-
readType
static <T extends honeyroasted.jype.type.JType> T readType(honeyroasted.jype.system.JTypeSystem system, String ref, honeyroasted.jype.type.JGenericDeclaration containing)
-