Home
last modified time | relevance | path

Searched refs:withRequired (Results 1 – 3 of 3) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DPropertyMetadataTest.java67 md = md.withRequired(null); in testPropertyMetadata()
70 md = md.withRequired(Boolean.TRUE); in testPropertyMetadata()
72 assertSame(md, md.withRequired(Boolean.TRUE)); in testPropertyMetadata()
73 md = md.withRequired(null); in testPropertyMetadata()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DPropertyMetadata.java214 public PropertyMetadata withRequired(Boolean b) { in withRequired() method in PropertyMetadata
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DFieldInfo.java515 public Builder withRequired(boolean required) { in withRequired() method in FieldInfo.Builder