java.lang.Object
io.ebean.types.Cidr
- All Implemented Interfaces:
Serializable,Cloneable
Cidr address.
This is likely only going to be used to map to Postgres CIDR type.
- See Also:
-
Constructor Details
-
Cidr
Create with a given address.
-
-
Method Details
-
listOf
Return the list of Cidr addresses. -
setOf
Return the set of Cidr addresses. -
of
Return the Cidr address.Equivalent to using the constructor and here as alternate style.
-
address
Return the address. -
getAddress
Deprecated.Deprecated migrate to address(). -
toString
-
equals
-
hashCode
public int hashCode() -
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-