scroll.internal.util
package scroll.internal.util
Package containing some useful utility classes for SCROLL like reflection (scroll.internal.util.ReflectiveHelper).
Attributes
Members list
Type members
Classlikes
object Many
object Memoiser
Support for building caches using Guava caches.
Support for building caches using Guava caches.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Memoiser.type
object ReflectiveHelper
Contains useful functions for translating class and type names to Strings and provides helper functions to access common tasks for working with reflections.
Contains useful functions for translating class and type names to Strings and provides helper functions to access common tasks for working with reflections.
Querying methods and fields is cached.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ReflectiveHelper.type
In this article