Interface JStubSerialization


public interface JStubSerialization
  • Method Details

    • buildMapper

      static com.fasterxml.jackson.databind.ObjectMapper buildMapper()
    • getOrDefault

      static String getOrDefault(com.fasterxml.jackson.databind.JsonNode node, String key, String fallback)
    • 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

      static 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)
    • readType

      static <T extends honeyroasted.jype.type.JType> T readType(honeyroasted.jype.system.JTypeSystem system, String ref, honeyroasted.jype.type.JGenericDeclaration containing)