JsonIgnoreProperties$Value.<init>
Code IndexAdd Codota to your IDE (free)

Best code snippets using com.fasterxml.jackson.annotation.JsonIgnoreProperties$Value.<init>(Showing top 6 results out of 315)

origin: com.fasterxml.jackson.core/jackson-annotations

/**
 * Factory method that may be used (although is NOT the recommended way)
 * to construct an instance from a full set of properties. Most users would
 * be better of starting by {@link #empty()} instance and using `withXxx()`/`withoutXxx()`
 * methods, as this factory method may need to be changed if new properties
 * are added in {@link JsonIgnoreProperties} annotation.
 */
public static Value construct(Set<String> ignored, boolean ignoreUnknown,
    boolean allowGetters, boolean allowSetters,
    boolean merge) {
  if (_empty(ignored, ignoreUnknown, allowGetters, allowSetters, merge)) {
    return EMPTY;
  }
  return new Value(ignored, ignoreUnknown, allowGetters, allowSetters, merge);
}
origin: Nextdoor/bender

/**
 * Factory method that may be used (although is NOT the recommended way)
 * to construct an instance from a full set of properties. Most users would
 * be better of starting by {@link #empty()} instance and using `withXxx`/`withoutXxx`)
 * methods, as this factory method may need to be changed if new properties
 * are added in {@link JsonIgnoreProperties} annotation.
 */
public static Value construct(Set<String> ignored, boolean ignoreUnknown,
    boolean allowGetters, boolean allowSetters,
    boolean merge) {
  if (_empty(ignored, ignoreUnknown, allowGetters, allowSetters, merge)) {
    return EMPTY;
  }
  if (_empty(ignored, ignoreUnknown, allowGetters, allowSetters, merge)) {
    return EMPTY;
  }
  return new Value(ignored, ignoreUnknown, allowGetters, allowSetters, merge);
}
origin: com.fasterxml.jackson.core/jackson-annotations

/**
 * Factory method that may be used (although is NOT the recommended way)
 * to construct an instance from a full set of properties. Most users would
 * be better of starting by {@link #empty()} instance and using `withXxx()`/`withoutXxx()`
 * methods, as this factory method may need to be changed if new properties
 * are added in {@link JsonIgnoreProperties} annotation.
 */
public static Value construct(Set<String> ignored, boolean ignoreUnknown,
    boolean allowGetters, boolean allowSetters,
    boolean merge) {
  if (_empty(ignored, ignoreUnknown, allowGetters, allowSetters, merge)) {
    return EMPTY;
  }
  return new Value(ignored, ignoreUnknown, allowGetters, allowSetters, merge);
}
origin: com.fasterxml.jackson.core/jackson-annotations

/**
 * Factory method that may be used (although is NOT the recommended way)
 * to construct an instance from a full set of properties. Most users would
 * be better of starting by {@link #empty()} instance and using `withXxx()`/`withoutXxx()`
 * methods, as this factory method may need to be changed if new properties
 * are added in {@link JsonIgnoreProperties} annotation.
 */
public static Value construct(Set<String> ignored, boolean ignoreUnknown,
    boolean allowGetters, boolean allowSetters,
    boolean merge) {
  if (_empty(ignored, ignoreUnknown, allowGetters, allowSetters, merge)) {
    return EMPTY;
  }
  return new Value(ignored, ignoreUnknown, allowGetters, allowSetters, merge);
}
origin: FasterXML/jackson-annotations

/**
 * Factory method that may be used (although is NOT the recommended way)
 * to construct an instance from a full set of properties. Most users would
 * be better of starting by {@link #empty()} instance and using `withXxx()`/`withoutXxx()`
 * methods, as this factory method may need to be changed if new properties
 * are added in {@link JsonIgnoreProperties} annotation.
 */
public static Value construct(Set<String> ignored, boolean ignoreUnknown,
    boolean allowGetters, boolean allowSetters,
    boolean merge) {
  if (_empty(ignored, ignoreUnknown, allowGetters, allowSetters, merge)) {
    return EMPTY;
  }
  return new Value(ignored, ignoreUnknown, allowGetters, allowSetters, merge);
}
origin: Nextdoor/bender

/**
 * Factory method that may be used (although is NOT the recommended way)
 * to construct an instance from a full set of properties. Most users would
 * be better of starting by {@link #empty()} instance and using `withXxx()`/`withoutXxx()`
 * methods, as this factory method may need to be changed if new properties
 * are added in {@link JsonIgnoreProperties} annotation.
 */
public static Value construct(Set<String> ignored, boolean ignoreUnknown,
    boolean allowGetters, boolean allowSetters,
    boolean merge) {
  if (_empty(ignored, ignoreUnknown, allowGetters, allowSetters, merge)) {
    return EMPTY;
  }
  return new Value(ignored, ignoreUnknown, allowGetters, allowSetters, merge);
}
com.fasterxml.jackson.annotationJsonIgnoreProperties$Value<init>

Popular methods of JsonIgnoreProperties$Value

  • findIgnoredForSerialization
    Method called to find names of properties to ignore when used for serialization: functionally same a
  • withOverrides
    Mutant factory method that merges values of this value with given override values, so that any expli
  • _asSet
  • _empty
  • _equals
  • _merge
  • construct
    Factory method that may be used (although is NOT the recommended way) to construct an instance from
  • empty
    Accessor for default instances which has "empty" settings; that is: * No explicitly defined field
  • findIgnoredForDeserialization
    Method called to find names of properties to ignore when used for serialization: functionally same a
  • from
  • getIgnoreUnknown
  • getIgnored
  • getIgnoreUnknown,
  • getIgnored,
  • merge,
  • withIgnoreUnknown,
  • withIgnored,
  • withoutIgnoreUnknown,
  • forIgnoredProperties,
  • getAllowGetters,
  • getAllowSetters

Popular classes and methods

  • getContentResolver (Context)
  • getResourceAsStream (ClassLoader)
    Returns a stream for the resource with the specified name. See #getResource(String) for a descriptio
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • RandomAccessFile (java.io)
    Saves binary data to the local storage; currently using hex encoding. The string is prefixed with "h
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr

For IntelliJ IDEA and
Android Studio

  • Codota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutContact Us
  • Terms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)