Tatu Saloranta

Results 3337 comments of Tatu Saloranta

Ok that is possible, but as per `XMLValidator` interfaces Javadoc: ``` /** * Method for getting schema-specified type of an attribute, if * information is available. If not, validators can...

@ndru83 I can accept that wrt Sax parser implementation. But sample code above specifically refers to `XMLValidator` for which `null` is specified as value to return. So: I would be...

@mkozioro I would not be against this as long as it would be a new property to set, so as not to change existing behavior. Filing a PR would be...

I don't think there is such functionality yet.

@petr-k Ok; if you don't mind I'd like to keep this open -- it should be easy enough to implement at some point.

Correct: `ResolvedType` of classmate is not related to `JavaType` of Jackson. Unfortunately I do not think it could be made to, either; Classmate definitely should NOT have a dependency to...

I'd definitely be +1 for improvements, just not sure where and how (plus, if I had time to directly work on it). But as to `JavaType`, it depends: it can...

Yeah. The origin story of ClassMate is that it came out of Jackson internals, cleaned up. Unfortunately this also makes the integration rather difficult: Jackson `JavaType` is a little bit...

On Tue, May 17, 2011 at 7:21 AM, jason-s [email protected] wrote: > I have this problem I'm trying to solve, namely that I'm doing runtime dispatch: > >    Object dispatch(Object...