public final class Template extends DataContainer<Template> implements Writable
Modifier and Type | Method and Description |
---|---|
protected Template |
copy(net.hamnaberg.json.Json.JObject value) |
static Template |
create() |
static Template |
create(Iterable<Property> data) |
Collection |
toCollection(URI href) |
String |
toString() |
void |
validate() |
void |
writeTo(OutputStream stream) |
void |
writeTo(Writer writer) |
add, addAll, findProperty, getData, getDataAsMap, propertyByName, replace, set
apply, asJson, equals, getAsString, getExtension, hashCode
protected Template copy(net.hamnaberg.json.Json.JObject value)
public static Template create()
public Collection toCollection(URI href)
public void writeTo(OutputStream stream) throws IOException
writeTo
in interface Writable
IOException
public void writeTo(Writer writer) throws IOException
writeTo
in interface Writable
IOException
public String toString()
Copyright © 2011–2015. All rights reserved.