com.github.fge.jsonschema.keyword.digest.draftv3
Class DraftV3PropertiesDigester

java.lang.Object
  extended by com.github.fge.jsonschema.keyword.digest.AbstractDigester
      extended by com.github.fge.jsonschema.keyword.digest.draftv3.DraftV3PropertiesDigester
All Implemented Interfaces:
Digester

public final class DraftV3PropertiesDigester
extends AbstractDigester

Digester for draft v3's properties keyword

This stores the same information as draft v4's required.


Field Summary
 
Fields inherited from class com.github.fge.jsonschema.keyword.digest.AbstractDigester
FACTORY, keyword
 
Method Summary
 JsonNode digest(JsonNode schema)
          Digest a schema into a simplified form
static Digester getInstance()
           
 
Methods inherited from class com.github.fge.jsonschema.keyword.digest.AbstractDigester
supportedTypes, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static Digester getInstance()

digest

public JsonNode digest(JsonNode schema)
Description copied from interface: Digester
Digest a schema into a simplified form

Parameters:
schema - the schema to digest
Returns:
the digested form


Copyright © 2014. All Rights Reserved.