java Programming Glossary: typetoclassid
jackson delay deserializing field http://stackoverflow.com/questions/17605524/jackson-delay-deserializing-field have a class like this public class DeserializedHeader int typeToClassId Object obj I know what type of object obj is based on the typeToClassId.. Object obj I know what type of object obj is based on the typeToClassId which is unfortunately only known at runtime. I want to parse.. only known at runtime. I want to parse obj out based on typeToClassId what's the best approach here Annotations seem like they're..
|