Tabnine Logo
StepListenerMetaData.values
Code IndexAdd Tabnine to your IDE (free)

How to use
values
method
in
org.springframework.batch.core.listener.StepListenerMetaData

Best Java code snippets using org.springframework.batch.core.listener.StepListenerMetaData.values (Showing top 19 results out of 315)

origin: spring-projects/spring-batch

@Override
protected ListenerMetaData[] getMetaDataValues() {
  return StepListenerMetaData.values();
}
origin: spring-projects/spring-batch

public StepListenerParser() {
  this(StepListenerMetaData.values());
}
origin: spring-projects/spring-batch

  @Override
  protected ListenerMetaData[] getMetaDataValues() {
    List<ListenerMetaData> values = new ArrayList<>();
    Collections.addAll(values, StepListenerMetaData.values());
    Collections.addAll(values, JsrStepListenerMetaData.values());

    return values.toArray(new ListenerMetaData[values.size()]);
  }
}
origin: spring-projects/spring-batch

  /**
   * Convenience method to check whether the given object is or can be made
   * into a {@link StepListener}.
   *
   * @param delegate the object to check
   * @return true if the delegate is an instance of any of the
   *         {@link StepListener} interfaces, or contains the marker
   *         annotations
   */
  public static boolean isListener(Object delegate) {
    return AbstractListenerFactoryBean.isListener(delegate, StepListener.class, StepListenerMetaData.values());
  }
}
origin: org.springframework.batch/spring-batch-core

@Override
protected ListenerMetaData[] getMetaDataValues() {
  return StepListenerMetaData.values();
}
origin: org.springframework.batch.core/org.motechproject.org.springframework.batch.core

@Override
protected ListenerMetaData[] getMetaDataValues() {
  return StepListenerMetaData.values();
}
origin: org.springframework.batch/spring-batch-core

public StepListenerParser() {
  this(StepListenerMetaData.values());
}
origin: org.springframework.batch/org.springframework.batch.core

protected ListenerMetaData[] getMetaDataValues() {
  return StepListenerMetaData.values();
}
origin: apache/servicemix-bundles

@Override
protected ListenerMetaData[] getMetaDataValues() {
  return StepListenerMetaData.values();
}
origin: org.springframework.batch/org.springframework.batch.core

protected ListenerMetaData[] getMetaDataValues() {
  return StepListenerMetaData.values();
}
origin: apache/servicemix-bundles

public StepListenerParser() {
  this(StepListenerMetaData.values());
}
origin: org.springframework.batch.core/org.motechproject.org.springframework.batch.core

public StepListenerParser() {
  this(StepListenerMetaData.values());
}
origin: org.springframework.batch/spring-batch-core

  @Override
  protected ListenerMetaData[] getMetaDataValues() {
    List<ListenerMetaData> values = new ArrayList<ListenerMetaData>();
    Collections.addAll(values, StepListenerMetaData.values());
    Collections.addAll(values, JsrStepListenerMetaData.values());

    return values.toArray(new ListenerMetaData[values.size()]);
  }
}
origin: org.springframework.batch.core/org.motechproject.org.springframework.batch.core

  @Override
  protected ListenerMetaData[] getMetaDataValues() {
    List<ListenerMetaData> values = new ArrayList<ListenerMetaData>();
    Collections.addAll(values, StepListenerMetaData.values());
    Collections.addAll(values, JsrStepListenerMetaData.values());

    return values.toArray(new ListenerMetaData[values.size()]);
  }
}
origin: apache/servicemix-bundles

  @Override
  protected ListenerMetaData[] getMetaDataValues() {
    List<ListenerMetaData> values = new ArrayList<ListenerMetaData>();
    Collections.addAll(values, StepListenerMetaData.values());
    Collections.addAll(values, JsrStepListenerMetaData.values());

    return values.toArray(new ListenerMetaData[values.size()]);
  }
}
origin: org.springframework.batch/spring-batch-core

  /**
   * Convenience method to check whether the given object is or can be made
   * into a {@link StepListener}.
   *
   * @param delegate the object to check
   * @return true if the delegate is an instance of any of the
   *         {@link StepListener} interfaces, or contains the marker
   *         annotations
   */
  public static boolean isListener(Object delegate) {
    return AbstractListenerFactoryBean.isListener(delegate, StepListener.class, StepListenerMetaData.values());
  }
}
origin: org.springframework.batch.core/org.motechproject.org.springframework.batch.core

  /**
   * Convenience method to check whether the given object is or can be made
   * into a {@link StepListener}.
   *
   * @param delegate the object to check
   * @return true if the delegate is an instance of any of the
   *         {@link StepListener} interfaces, or contains the marker
   *         annotations
   */
  public static boolean isListener(Object delegate) {
    return AbstractListenerFactoryBean.isListener(delegate, StepListener.class, StepListenerMetaData.values());
  }
}
origin: org.springframework.batch/org.springframework.batch.core

  /**
   * Convenience method to check whether the given object is or can be made
   * into a {@link StepListener}.
   * 
   * @param delegate the object to check
   * @return true if the delegate is an instance of any of the
   *         {@link StepListener} interfaces, or contains the marker
   *         annotations
   */
  public static boolean isListener(Object delegate) {
    return AbstractListenerFactoryBean.isListener(delegate, StepListener.class, StepListenerMetaData.values());
  }
}
origin: apache/servicemix-bundles

  /**
   * Convenience method to check whether the given object is or can be made
   * into a {@link StepListener}.
   *
   * @param delegate the object to check
   * @return true if the delegate is an instance of any of the
   *         {@link StepListener} interfaces, or contains the marker
   *         annotations
   */
  public static boolean isListener(Object delegate) {
    return AbstractListenerFactoryBean.isListener(delegate, StepListener.class, StepListenerMetaData.values());
  }
}
org.springframework.batch.core.listenerStepListenerMetaDatavalues

Popular methods of StepListenerMetaData

  • fromPropertyName
    Return the relevant meta data for the provided property name.
  • getPropertyName

Popular in Java

  • Finding current android device location
  • getApplicationContext (Context)
  • getExternalFilesDir (Context)
  • notifyDataSetChanged (ArrayAdapter)
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • JPanel (javax.swing)
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now