net.anwiba.commons.json.schema.v1_0.BooleanProperty Maven / Gradle / Ivy
//Copyright (c) 2016 by Andreas W. Bartels
package net.anwiba.commons.json.schema.v1_0;
import com.fasterxml.jackson.annotation.JsonIgnore;
public class BooleanProperty
extends Property
{
private final String type = "boolean";
@JsonIgnore
public void setType(final String type) {
}
@JsonIgnore
public String getType() {
return this.type;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy