public class Mixins extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
Mixins.IntegerTypeMixIn<T extends IntegerType<T>> |
protected static class |
Mixins.ModuleInfoMixIn |
protected static class |
Mixins.ModuleItemMixIn<T> |
protected static class |
Mixins.OutOfBoundsFactoryMixIn<T,F> |
protected static class |
Mixins.RealTypeMixIn<T extends RealType<T>> |
protected static class |
Mixins.ToStringMixIn |
protected static class |
Mixins.TypeMixIn |
Modifier and Type | Method and Description |
---|---|
static void |
registerMixIns(com.fasterxml.jackson.databind.ObjectMapper mapper) |
static boolean |
support(Class<?> beanClass)
Checks if a given class will be supported, i.e.
|
public static boolean support(Class<?> beanClass)
beanClass
- class to be checked.public static void registerMixIns(com.fasterxml.jackson.databind.ObjectMapper mapper)
Copyright © 2014–2022 ImageJ. All rights reserved.