Tabnine Logo
ShortWrapperValueSemanticsProvider.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.apache.isis.core.progmodel.facets.value.shortint.ShortWrapperValueSemanticsProvider
constructor

Best Java code snippets using org.apache.isis.core.progmodel.facets.value.shortint.ShortWrapperValueSemanticsProvider.<init> (Showing top 2 results out of 315)

origin: org.apache.isis.core/progmodel

@Override
public void process(final ProcessClassContext processClassContext) {
  final Class<?> type = processClassContext.getCls();
  final FacetHolder holder = processClassContext.getFacetHolder();
  if (type != Short.class) {
    return;
  }
  addFacets(new ShortWrapperValueSemanticsProvider(holder, getConfiguration(), getContext()));
}
origin: org.apache.isis.core/progmodel

@Before
public void setUpObjects() throws Exception {
  mockery.checking(new Expectations() {
    {
      allowing(mockConfiguration).getString("isis.value.format.short");
      will(returnValue(null));
    }
  });
  short1 = Short.valueOf((short) 32);
  allowMockAdapterToReturn(short1);
  holder = new FacetHolderImpl();
  setValue(value = new ShortWrapperValueSemanticsProvider(holder, mockConfiguration, mockContext));
}
org.apache.isis.core.progmodel.facets.value.shortintShortWrapperValueSemanticsProvider<init>

Javadoc

Required because implementation of Parser and EncoderDecoder.

Popular methods of ShortWrapperValueSemanticsProvider

    Popular in Java

    • Parsing JSON documents to java classes using gson
    • requestLocationUpdates (LocationManager)
    • setScale (BigDecimal)
    • compareTo (BigDecimal)
    • FileNotFoundException (java.io)
      Thrown when a file specified by a program cannot be found.
    • RandomAccessFile (java.io)
      Allows reading from and writing to a file in a random-access manner. This is different from the uni-
    • SQLException (java.sql)
      An exception that indicates a failed JDBC operation. It provides the following information about pro
    • BitSet (java.util)
      The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
    • Executor (java.util.concurrent)
      An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
    • Loader (org.hibernate.loader)
      Abstract superclass of object loading (and querying) strategies. This class implements useful common
    • Top PhpStorm plugins
    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