org.eel.kitchen.jsonschema.format
Class IPV4FormatSpecifier
java.lang.Object
org.eel.kitchen.jsonschema.format.FormatSpecifier
org.eel.kitchen.jsonschema.format.IPV4FormatSpecifier
public final class IPV4FormatSpecifier
- extends FormatSpecifier
Validator for the ip-address format specification, ie an IPv4 address
This uses Guava's InetAddresses to do the job.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static FormatSpecifier getInstance()
Copyright © 2012. All Rights Reserved.