Package omero

Interface rtypes.Conversion

  • Enclosing class:
    rtypes

    public static interface rtypes.Conversion
    SPI-style interface which helps the omero server to properly convert omero.RType objects into Java-native objects for use in Hibernate.
    • Method Detail

      • type

        java.lang.Class<?> type()
        Specifies the type that can be expected from the convert(IceMapper) method.